'Declaration Public Function ARGB( _ ByVal Alpha As Byte, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
'Declaration
Public Function ARGB( _ ByVal Alpha As Byte, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
public int ARGB( byte Alpha, byte Red, byte Green, byte Blue )
public function ARGB( Alpha: Byte; Red: Byte; Green: Byte; Blue: Byte ): Integer;
public function ARGB( Alpha : byte, Red : byte, Green : byte, Blue : byte ) : int;
public: int ARGB( byte Alpha, byte Red, byte Green, byte Blue )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members